﻿.input-with-icon input {
    padding-left: 1.5rem; /* Space for icon */
}

.input-with-icon i {
    position: absolute;
    top: 75%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #007bff;
    font-size: 1rem;
    z-index: 2;
}

.input-with-icon .text-danger {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.875rem;
}
